home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to member("installhigh")
- cursor(280)
- sound(1).play(member("rollover9"))
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("install")
- cursor(-1)
- end
-
- on mouseUp
- open(the moviePath & "\netware\gspyarcd\arcadeinstallfull12d.exe")
- end
-